home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / loadwb.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.2 KB  |  46 lines

  1. LOADWB
  2.  
  3. Starts Workbench.
  4.  
  5. Format
  6.  
  7. LOADWB [-DEBUG] [DELAY] [CLEANUP] [NEWPATH]
  8.  
  9. Template
  10.  
  11. -DEBUG/S,DELAY/S,CLEANUP/S,NEWPATH/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. LOADWB starts the Workbench. Normally, this is in the Startup-sequence file
  18. that starts Workbench when booting. If you close the Workbench, LOADWB can
  19. restart it from a Shell.
  20.  
  21. The -DEBUG option makes a special developer menu, Debug, available in the
  22. Workbench menu bar. If the DELAY option is specified, LOADWB waits three
  23. seconds before executing to allow disk activity time to stop. The CLEANUP
  24. option automatically performs a cleanup of the initial disk window.
  25.  
  26. Workbench snapshots the current paths in effect when the LOADWB command is
  27. executed. It uses these paths for each Shell started from Workbench. NEWPATH
  28. allows you to specify a new path that is snapshot from the current Shell.
  29.  
  30. Example 1:
  31.  
  32. If you quit the Workbench and are working through a Shell, enter:
  33.  
  34. 1> LOADWB
  35.  
  36. to return the Workbench. Entering LOADWB when the Workbench is already loaded
  37. has no effect.
  38.  
  39. Example 2:
  40.  
  41. 1> PATH DF2:bin ADD
  42. 1> LOADWB NEWPATH
  43.  
  44. loads the Workbench. Any Shells started from the icon have the same path as
  45. the Shell used to run the LOADWB NEWPATH command.
  46.